PrcView v 3.2.1.3 command line utility by Igor Nys
Usage: pv [<MODE>] -[<OPTIONS>] <ARGUMENT>...
Modes:
  -h,-?    --help      display this help information
  -k       --kill      kill a PROCESS
  -a       --activate  activate a PROCESS
  -c       --close     close (send WM_CLOSE) a PROCESS
  -m       --module    show modules used by a specified PROCESS
  -p[nihr] --priority  set PROCESS priority to Normal, Idle, High, RealTime
  -t       --tree      display process tree
  -u       --usage     show processes that uses specified MODULE
  -s       --summary   show MODULE usage summary
Options:
  -f,      --force     never prompt
  -e,      --extend    show additional information if available
  -i,      --id        use process ID instead of the PROCESS name
  -q,      --quiet     supress headers and produce a tab-separated list
Arguments can contain '*' and '?' wildcards.
Return code (%ERRORLEVEL%): 0 - success, 1 - empty result set, 2 - error
  "pv -e"                  get extended list of running processes.
  "pv -k sleep*"           kill all processes starting with "sleep"
  "pv -m -e explorer.exe"  get extended information about explorer's modules
  "pv -u oleaut*.dll"      list of all processes that use matching dll
  "pv -ph w*.exe"          set priority to hight for all matching processes
C:\Process Viewer>
